X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/blobdiff_plain/17fa0bb64ce5def982f929604f18e6a2b2593544..a2a20095e01686ad7c8583562a3b66bea4655b94:/UltimateKEYS%20SW%20-%202020-09-24.ahk diff --git a/UltimateKEYS SW - 2020-09-24.ahk b/UltimateKEYS SW - 2020-09-24.ahk index 27f534f..845c186 100644 --- a/UltimateKEYS SW - 2020-09-24.ahk +++ b/UltimateKEYS SW - 2020-09-24.ahk @@ -1104,6 +1104,20 @@ $+0::Send 0 ; digit 0 Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey return +>!n:: + if GetKeyState("CapsLock", "T") + Send {u+00d1} ; (Ñ) N with tilde + else + Send {u+00f1} ; (ñ) n with tilde + return +>!+n:: + if GetKeyState("CapsLock", "T") + Send {u+00f1} ; (ñ) n with tilde + else + Send {u+00d1} ; (Ñ) N with tilde + Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey + return + >!o:: if GetKeyState("CapsLock", "T") Send {u+00d6} ; (Ö) O with diaeresis @@ -1174,20 +1188,6 @@ $+0::Send 0 ; digit 0 Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey return ->!n:: - if GetKeyState("CapsLock", "T") - Send {u+00d1} ; (Ñ) N with tilde - else - Send {u+00f1} ; (ñ) n with tilde - return ->!+n:: - if GetKeyState("CapsLock", "T") - Send {u+00f1} ; (ñ) n with tilde - else - Send {u+00d1} ; (Ñ) N with tilde - Send {blind}{vkE8} ; suppresses RAlt+Shift hotkey - return - >!t:: if GetKeyState("CapsLock", "T") Send {u+00de} ; (Þ) capital letter thorn